a11y: Do not copy the list of references
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 10 Nov 2020 14:17:11 +0000 (14:17 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 10 Nov 2020 14:31:56 +0000 (14:31 +0000)
commitf9db651f32d9ab032b533cb9961e765d0bdc3ff3
tree59b825390d95aa0b7541d5f747d6014f32dd8209
parentc264254d4bc2e641042db744a9ada7504d53351f
a11y: Do not copy the list of references

The constructor for GtkReferenceListAccessibleValue is transfer full,
which means we should not be copying the GList around.

Fixes: #3343
gtk/gtkaccessiblevalue.c